home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / compress / xpack164.zip / XPACK.DMF < prev    next >
PGP Signed Message  |  1996-09-18  |  3KB  |  87 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4. HOW TO FORMAT A DMF-FORMAT DISK
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7. Microsoft has begun using an oddball 21-sector format on its
  8. program distribution 3 1/2" floppy disks which they call
  9. High-Density DMF. (Examples are Microsoft Word 6.0c and
  10. Microsoft Excel 5.0c) These DMF-format floppies cannot be
  11. copied or duplicated with any conventional DOS commands; all
  12. you can do is install from them - if the floppies are
  13. trouble-free!
  14.  
  15. I like to have backup copies of all my original program disks.
  16. I think it's just a wise thing to do. Floppies can go bad
  17. and it's good to have a backup set of original program disks
  18. if they are ever needed. So, the new DMF-format floppies
  19. presented a real challenge in order to make a backup set
  20. of disks.
  21.  
  22. A nifty little public-domain program, FDFORMAT, lets users
  23. manage DMF-format floppies with ease. Though FDFORMAT and its
  24. associated FDREAD tsr are in the public domain, and no fee is
  25. requested, a thank-you to Christian Hochstatter, the coder
  26. from Marburg, Germany, who developed it, wouldn't hurt.
  27.  
  28. DMF-format disks came along after FDFORMAT was written.
  29. Therefore, FDFORMAT does NOT explicitly support formatting
  30. a DMF disk with its supplied /F parameter options. After a
  31. little experimentation, I found the proper command line
  32. parameters to use in order to format a DMF disk.
  33.  
  34.  
  35. The command to format a DMF-format 3 1/2" disk is:
  36.  
  37. FDFORMAT /T:80 /N:21 /C:4 /D:16 /M:240
  38. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39.  
  40. This will yield the following results from FDFORMAT after
  41. the disk is formatted:
  42.  
  43.         --------------------------------
  44.         OEM-Entry               CH-FOR16
  45.         Total sectors on disk:  3360
  46.         Sectors per track:      21
  47.         Heads:                  2
  48.         Bytes per sector:       512
  49.         Hidden sectors:         0
  50.         Boot-sectors:           1
  51.         Number of FATs:         2
  52.         Sectors per FAT:        3
  53.         Total clusters on disk: 838
  54.  
  55.           1716224 total bytes on disk
  56.           1716224 bytes available
  57.         --------------------------------
  58.  
  59. The key is the /M:240 parameter. This sets the Media Descriptor
  60. Byte to F0 (hex). This allows FDFORMAT to successfully use
  61. 4 sectors per cluster on a floppy disk. DOS normally supports
  62. only 1 or 2 sectors per cluster as the FDFORMAT documentation
  63. explains. Without this parameter, and using 4 sectors per cluster
  64. (/C:4), FDFORMAT will incorrectly set the Media Descriptor Byte
  65. to F8 (hex) and the disk will NOT be properly read by DOS.
  66.  
  67.  
  68. After formatting your DMF-format floppies, the original program
  69. disk files can be copied to the DMF-format backup floppies.
  70.  
  71. ** Be sure to also use the LABEL command to label each backup disk
  72. with the appropriate label from each original disk! **
  73.  
  74.  
  75. -----BEGIN PGP SIGNATURE-----
  76. Version: 2.6.3i
  77. Charset: cp850
  78.  
  79. iQEVAwUBMkDsn2A4W6nuMXMlAQGkuQgAianxX+ndz26+GFBtk2YQVcHNHMM0jTGm
  80. v87CYyKqyhC2sJKiYU+ndMbHo6iD6Wbsic3oir1kvyX0bGhCBeJJc+tXTkl9SBrv
  81. mvECNIbVLdtHLwH3eG89aCCpaLxfTllDKQzqA51QtQ+NHjdE6JlwoIBFN+wvVngH
  82. HjWr/fYCMTcO+WZZ8rs2nvFRw0kfM1oIl8091XgPYuXQgU28gixa0sloVeTUVdKh
  83. o4fL5I2U66YgN1bYCcksfoij9QTNlxNWC74Q1OefbwAUmoE/GQ/+367ghafs4EGK
  84. SCRQuR/BDh+XFR4JcZkVX3G4bWZfqpa6v9/Lk7SNRXf6LOiEOz7cdQ==
  85. =a0cx
  86. -----END PGP SIGNATURE-----
  87.